home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-03-06 | 670 b | 23 lines | [TEXT/GEOL] |
- Item 0711010 24-May-90 16:12PDT
-
- From: D5295 Reseach SW Design, D Goldman,PRT
-
- To: MACAPP.TECH$ MacApp Technical
-
- Sub: Assignment to instance vars
-
- On page 331 of "Programming with MacApp" it says not to do this:
-
- fMyInstanceVariable := FunctionThatMayMoveMemory;
-
- because the address fMyInstanceVariable^^ is computed before the function is
- called. Is this correct??? If so, then I'll have to check a bunch of things in
- my code. Does the code of MacApp really never use such statements?
-
- Chagrined,
-
- -- Dave
-
- (P.S. If this is real, shouldn't Pascal be smarter?)
-
-